# 0 - Pre-War
model = {
	cost 						= 35
	buildtime					= 130
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 240
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 2
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1
	range						= 300
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 1 - Basic
model = {
	cost 						= 36
	buildtime					= 130
	defaultorganisation 		= 35
	manpower					= 4
	maxspeed					= 250
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1
	range						= 450
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 2 - Improved
model = {
	cost 						= 37
	buildtime					= 132
	defaultorganisation 		= 40
	manpower					= 4
	maxspeed					= 300
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1
	range						= 600
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 3 - Advanced
model = {
	cost 						= 38
	buildtime					= 134
	defaultorganisation 		= 45
	manpower					= 4
	maxspeed					= 350
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 8
	airdefence					= 2
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1
	range						= 1000
	supplyconsumption 			= 1
	fuelconsumption				= 3
}
